AAsset_openFileDescriptor64

Open a new file descriptor that can be used to read the asset data.

Uses a 64-bit number for the offset and length instead of 32-bit instead of as AAsset_openFileDescriptor does.

Returns < 0 if direct fd access is not possible (for example, if the asset is compressed).

extern (C) nothrow @nogc
int
AAsset_openFileDescriptor64
(
,
off64_t* outStart
,
off64_t* outLength
)

Meta